This page last changed on Nov 09, 2012 by scytacki.
Tracing applications in Java Web Start and Java Applets
Tracing can be turned on using the Java Preferences GUI app but additional levels of tracing can only be enabled by editing deployment.properties itself.
If tracing is enabled:
The following property can be added to enabled more detailed tracing:
The all attribute will do all of them or you can bar separate the other levels.
This causes the Java application to print out trace messages in the console as it downloads files and such.
Example:
There is also the property deploy.debugMode, but I don't know what it does:
Setting Applet JVM properties for Applets on Mac OS X
On Mac OS X you can use the Java Preferences utility application to set parameters used when applets startup in a JVM.
In the example below I have selected the 32-bit version of Java 1.6 used by FireFox and opened the Options dialog to add/edit JVM parameters.
References:
|